From: Debian Elfutils Maintainers Date: Wed, 29 Oct 2025 05:57:58 +0000 (+0100) Subject: remove-old-glibc-hack X-Git-Tag: archive/raspbian/0.194-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f6a44929ad8f49496a177a34212f4137e63c2500;p=elfutils.git remove-old-glibc-hack Gbp-Pq: Name remove-old-glibc-hack.diff --- diff --git a/tests/dwfl-proc-attach.c b/tests/dwfl-proc-attach.c index d02e9fc..9521900 100644 --- a/tests/dwfl-proc-attach.c +++ b/tests/dwfl-proc-attach.c @@ -107,6 +107,7 @@ main (int argc __attribute__ ((unused)), return (threads == 3) ? 0 : -1; } +#if 0 /* HACK. This is a simple workaround for a combination of old glibc and valgrind. libdw will try to dlopen libdebuginfod this causes some unsuppressable memory leak warnings when the process is @@ -118,5 +119,6 @@ void *dlopen (void) { return NULL; } +#endif #endif /* __linux__ */